home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GraphicsCode / c / gcc / ReadMe_GCC < prev   
Encoding:
Text File  |  1996-02-05  |  850 b   |  25 lines

  1.  
  2. After assembling the Graphics_base.s file using a normal amiga assembler it is
  3. necessary to convert it into gcc hunk format using hunk2gcc.
  4. The supplied graphics.o file is not standard amiga and has already been
  5. converted ready to be linked by the gnu linker.
  6.  
  7. You will need the standard commodore(?) includes to use these routines.
  8.  
  9. Files:-
  10. Graphics.h                     7958
  11.     Contains the funcion prototype definitions
  12.     Must be included to use the functions.
  13.  
  14. graphics.o                    10583
  15.     This is the gcc format link file which has to be linked into
  16.     your own code to access the functions.
  17.  
  18. graphics_base.h                 880
  19.     Contains the structure definitions necessary to use the code.
  20.     Must be included
  21.  
  22. Graphics_Base.s               58257
  23.     The special C version of the assembler code.
  24.     Coded using Devpac 3.
  25.